home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
boekhoud
/
finan
/
BADGER finance v1.0 beta 2.exe
/
xampplite
/
htdocs
/
index.php
< prev
Wrap
PHP Script
|
2005-12-05
|
272b
|
12 lines
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP Lite installation :-(